+2007-11-19 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/tmpl/gtknotebook.sgml:
+ * gtk/tmpl/gtkradiobutton.sgml: Fix typos. (#494905,
+ Olivier Delhomme)
+
2007-11-19 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtkaboutdialog.sgml: Add some hints about
There are many configuration options for #GtkNotebook. Among other
things, you can choose on which edge the tabs appear
(see gtk_notebook_set_tab_pos()), whether, if there are too many
-tabs to fit the noteobook should be made bigger or scrolling
+tabs to fit the notebook should be made bigger or scrolling
arrows added (see gtk_notebook_set_scrollable), and whether there
will be a popup menu allowing the users to switch pages.
-(see gtk_notebook_enable_popup(), gtk_noteobook_disable_popup())
+(see gtk_notebook_popup_enable(), gtk_notebook_popup_disable())
</para>
<refsect2 id="GtkNotebook-BUILDER-UI">
<!-- ##### FUNCTION gtk_radio_button_new_from_widget ##### -->
<para>
-Creates a new #GtkRadioButton, adding it to the same group as @group. As
-with gtk_radio_button_new(), a widget should be packed into the radio button.
+Creates a new #GtkRadioButton, adding it to the same group as @radio_group_member.
+As with gtk_radio_button_new(), a widget should be packed into the radio button.
</para>
@radio_group_member:
<!-- ##### FUNCTION gtk_radio_button_new_with_label_from_widget ##### -->
<para>
Creates a new #GtkRadioButton with a text label, adding it to the same group
-as @group.
+as @radio_group_member.
</para>
-@radio_group_member:
+@radio_group_member: widget to get radio group from or NULL
@label: a text string to display next to the radio button.
@Returns: a new radio button.
<!-- # Unused Parameters # -->